projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7270a2a
)
(encode-char): Fix for the ASCII case.
author
Kenichi Handa
<handa@m17n.org>
Mon, 18 Aug 2003 12:37:41 +0000
(12:37 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Mon, 18 Aug 2003 12:37:41 +0000
(12:37 +0000)
lisp/international/mule.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule.el
b/lisp/international/mule.el
index f37c3704cf2875587ba14d122e432a6fdc42b2ed..f15e604c03778f162fe2991c0d9f2f7cf5610fe3 100644
(file)
--- a/
lisp/international/mule.el
+++ b/
lisp/international/mule.el
@@
-370,7
+370,7
@@
code-point in CCS. Currently not supported and just ignored."
(setq split (split-char trans)
charset (car split)))
(cond ((eq charset 'ascii)
-
char
)
+
(or trans char)
)
((eq charset 'latin-iso8859-1)
(+ (nth 1 split) 128))
((eq charset 'mule-unicode-0100-24ff)